home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / windownt / uupc11ys.zip / UUCICO / UUCICO.MAK < prev    next >
Text File  |  1993-01-02  |  1KB  |  43 lines

  1. !include $(UUPCDEFS)
  2.  
  3. .c.obj:
  4.   $(CC) $(CCX) -I$:{ $<}
  5.  
  6. .asm.obj:
  7.         $(TASM) $(TASMOPT) $<,$(OBJ)\$&;
  8.  
  9. # *--------------------------------------------------------------------*
  10. # *             *Implicit Rules*                                       *
  11. # *--------------------------------------------------------------------*
  12.  
  13. .path.asm = $(UUCICO)
  14. .path.c   = $(UUCICO)
  15.  
  16. UUCICOCOM = $(OBJ)\checktim.obj $(OBJ)\dcp.obj \
  17.             $(OBJ)\dcpfpkt.obj \
  18.             $(OBJ)\dcpgpkt.obj $(OBJ)\dcplib.obj $(OBJ)\dcpsys.obj\
  19.             $(OBJ)\dcpxfer.obj $(OBJ)\dcpstats.obj $(OBJ)\modem.obj\
  20.             $(OBJ)\nbstime.obj $(OBJ)\script.obj\
  21.             $(OBJ)\ulib.obj $(OBJ)\uucico.obj
  22.  
  23. UUCICOLDOBJ = $(UUCICOCOM) $(OBJ)\comm.obj
  24. UUCICOOBJ = $(UUCICOCOM) $(OBJ)\commfifo.obj
  25.  
  26. # *--------------------------------------------------------------------*
  27. # *                Begin rules for building modules.                   *
  28. # *                                                                    *
  29. # *        The first definition is the one built by default.           *
  30. # *--------------------------------------------------------------------*
  31.  
  32. uucico.exe: $(COMMON) $(UUCICOOBJ) $(LIBRARIES)
  33.         $(LINKER) $(LINKOPT) @&&|
  34. $(STARTUP)+
  35. $(UUCICOOBJ)
  36. $<
  37. $(MAP)
  38. $(LIBRARY)
  39. |
  40.         tdstrip -s $<
  41.  
  42. $(OBJ)\commfifo.obj: $(UUCICO)\commfifo.asm
  43.